@charset "UTF-8";
body {
    min-width: 1200px;
}
/* 头部 S */
.header-container {
    position: relative;
    /* 头部大图区域 */
    /* 导航栏 */
}
.header-container .header-top {
    min-height: 286px;
}
.header-container .header-logo {
    width: 743px;
    height: 86px;
    margin-top: 108px;
}
.header-container .search-date {
    margin-top: 96px;
    color: var(--defaultHoverColor);
    padding-left: 90px;
}
.header-container .search-date li {
    float: left;
}
.header-container .search-date li.dateNum {
    margin-left: 42px;
}
.header-container .search-date li a {
    color: var(--defaultHoverColor);
}
.header-container .search-date i {
    display: block;
    float: left;
    margin: 0 15px;
}
.header-container .search-date span {
    margin: 0 0 0 10px;
}
.header-container .search-input {
    width: 420px;
    height: 60px;
    background: url(../images/search-bg.png) no-repeat;
    position: relative;
}
.header-container .search-input input {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 310px;
    height: 32px;
    border-right: 2px solid #e5e4e4;
    font-size: 14px;
}
.header-container .search-input input ::-webkit-input-placeholder {
    color: #e5e4e4;
}
.header-container .search-input input :-moz-placeholder {
    color: #e5e4e4;
}
.header-container .search-input input ::-moz-placeholder {
    color: #e5e4e4;
}
.header-container .search-input input :-ms-input-placeholder {
    color: #e5e4e4;
}
.header-container .search-input input ::placeholder {
    color: #e5e4e4;
}
.header-container .search-input label {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(-10px, -40%);
    -moz-transform: translate(-10px, -40%);
    -ms-transform: translate(-10px, -40%);
    -o-transform: translate(-10px, -40%);
    transform: translate(-10px, -40%);
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.header-container .header_banner {
    width: 100%;
    height: 500px;
    text-align: center;
    font-size: 5em;
    border-top: 10px solid #ffe5b4;
}
.header-container .header-nav {
    position: absolute;
    bottom: -4px;
    left: 50%;
    height: 107px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    background: url(../images/navbg-png.png) no-repeat;
    -o-background-size: 100%;
    background-size: 100%;
}
.header-container .header-nav ul {
    width: 90%;
    height: 63px;
    margin: 40px auto 0;
    padding-top: 20px;
}
.header-container .header-nav li {
    float: left;
    line-height: 40px;
    height: 60px;
    width: 90px;
}
.header-container .header-nav li:hover .sub-nav {
    display: block;
}
.header-container .header-nav li.li1:hover ~ .underline {
    left: 60px !important;
}
.header-container .header-nav li.li1.current ~ .underline {
    left: 60px;
}
.header-container .header-nav li.li2:hover ~ .underline {
    left: 198px !important;
}
.header-container .header-nav li.li2.current ~ .underline {
    left: 198px;
}
.header-container .header-nav li.li3:hover ~ .underline {
    left: 338px !important;
}
.header-container .header-nav li.li3.current ~ .underline {
    left: 338px;
}
.header-container .header-nav li.li4:hover ~ .underline {
    left: 478px !important;
}
.header-container .header-nav li.li4.current ~ .underline {
    left: 478px;
}
.header-container .header-nav li.li5:hover ~ .underline {
    left: 618px !important;
}
.header-container .header-nav li.li5.current ~ .underline {
    left: 618px;
}
.header-container .header-nav li.li6:hover ~ .underline {
    left: 758px !important;
}
.header-container .header-nav li.li6.current ~ .underline {
    left: 758px;
}
.header-container .header-nav li.li7:hover ~ .underline {
    left: 898px !important;
}
.header-container .header-nav li.li7.current ~ .underline {
    left: 898px;
}
.header-container .header-nav li.li8:hover ~ .underline {
    left: 1036px !important;
}
.header-container .header-nav li.li8.current ~ .underline {
    left: 1036px;
}
.header-container .header-nav li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: var(--defaultHoverColor);
}
.header-container .header-nav i {
    display: block;
    float: left;
    font-size: 22px;
    margin: 0 20px;
    color: var(--defaultHoverColor);
}
.header-container .header-nav .underline {
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #ffe5b4;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    -moz-transition: left 0.5s;
    transition: left 0.5s;
}
.header-container .header-nav .sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 1200px;
    height: 42px;
    line-height: 42px;
    background: #fff5e1;
    text-align: center;
}
.header-container .header-nav .sub-nav dd {
    display: inline-block;
    color: var(--defaultHoverColor);
    margin: 0 30px;
}
.header-container .header-nav .sub-nav dd a {
    font-size: 16px;
    font-weight: 400;
}

/* 头部 E */
/* 底部 S */
.footer-container {
    position: relative;
    width: 100%;
    height: 214px;
    background: #3863a2;
}

.footer-link {
    height: 62px;
    line-height: 62px;
    background: #cfddf2;
    border-bottom: 1px solid #698aba;
    text-align: center;
    color: var(--defaultHoverColor);
}
.footer-link dt,
.footer-link dd {
    display: inline-block;
    margin-left: 22px;
}
.footer-link dt a,
.footer-link dd a {
    color: var(--defaultHoverColor);
}
.footer-link i {
    margin-left: 22px;
}

.footer-copy {
    color: #fff;
}
.footer-copy a {
    color: #fff;
}
.footer-copy .footer-logo {
    margin: 46px 198px 0 10px;
    width: 287px;
    height: 54px;
}
.footer-copy dt,
.footer-copy dd {
    display: inline;
}
.footer-copy .footer-info,
.footer-copy .footer-icp {
    margin-top: 37px;
    line-height: 2;
    font-size: 14px;
}
.footer-copy .footer-info {
    position: relative;
    margin-right: 120px;
}
.footer-copy .footer-info::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 83px;
    background: white;
}

/* 底部 E */
/* 关于我们 */
.about-container {
    margin-top: 112px;
}

.about-title {
    width: 1200px;
}

.about-info {
    margin: 60px 0 0;
    position: relative;
}
.about-info .info-btn img {
    width: 34px;
    height: 164px;
}
.about-info .info-content {
    width: 854px;
    height: 605px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.about-info .flipbook img {
    -o-object-fit: inherit;
    object-fit: inherit;
}
.about-info .bookbtn {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 16px;
    color: var(--defaultHoverColor);
}
.about-info .bookbtn img {
    width: 24px;
}

.about-info2 {
    margin-left: 142px;
}
.about-info2 img {
    -o-object-fit: inherit;
    object-fit: inherit;
}
.about-info2 .bookbtn {
    right: 100px;
    bottom: -35px;
}

.book-front {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: turn 2s cubic-bezier(0.3, 0.8, 0.7, 0.2) 1s 3 forwards alternate;
    -moz-animation: turn 2s cubic-bezier(0.3, 0.8, 0.7, 0.2) 1s 3 forwards alternate;
    -o-animation: turn 2s cubic-bezier(0.3, 0.8, 0.7, 0.2) 1s 3 forwards alternate;
    animation: turn 2s cubic-bezier(0.3, 0.8, 0.7, 0.2) 1s 3 forwards alternate;
    z-index: 2;
    transform-origin: 0 50%;
    -webkit-animation-name: turn;
    -moz-animation-name: turn;
    -o-animation-name: turn;
    animation-name: turn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes turn {
    from {
        -webkit-transform: rotateX(30deg) rotateY(0);
        transform: rotateX(30deg) rotateY(0);
    }
    to {
        -webkit-transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
        transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
    }
}

@-moz-keyframes turn {
    from {
        -moz-transform: rotateX(30deg) rotateY(0);
        transform: rotateX(30deg) rotateY(0);
    }
    to {
        -moz-transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
        transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
    }
}

@-o-keyframes turn {
    from {
        transform: rotateX(30deg) rotateY(0);
    }
    to {
        transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
    }
}

@keyframes turn {
    from {
        -webkit-transform: rotateX(30deg) rotateY(0);
        -moz-transform: rotateX(30deg) rotateY(0);
        transform: rotateX(30deg) rotateY(0);
    }
    to {
        -webkit-transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
        -moz-transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
        transform: rotateX(30deg) rotateY(-180deg) translateY(1px);
    }
}
/* 组织架构 */
.about-section {
    padding: 50px 0;
    background: #f7f7f7;
}
.about-section .section-content {
    width: 100%;
    padding-bottom: 90px;
}
.about-section .sec-title {
    width: 395px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #30599c;
    border-radius: 10px;
    margin: 56px auto 32px;
}
.about-section .sec-num {
    position: relative;
    width: 172px;
    height: 42px;
    line-height: 42px;
    color: #333;
    text-align: center;
    background: #91afdf;
    border-radius: 10px;
    margin: 0 auto 36px;
}
.about-section .sec-num::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 92px;
    background: #e5e5e5;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.about-section .sec-btn {
    position: relative;
    width: 580px;
    margin: 0 auto;
}
.about-section .sec-btn li {
    position: relative;
    float: left;
    margin-right: 77px;
    width: 32px;
    height: 292px;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    text-indent: 0.5em;
    background: #cadeff;
    border-radius: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
}
.about-section .sec-btn li:last-child {
    margin-right: 0;
}
.about-section .sec-btn li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.about-section .sec-btn li.current {
    background: #30599c;
    color: #fff;
}
.about-section .sec-btn::before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    height: 1px;
    background: #e5e5e5;
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -1px;
    z-index: -1;
}
.about-section .sec-content {
    text-align: center;
    margin: 38px auto 0;
    padding: 30px;
    width: 1136px;
    height: 433px;
    background: url(../images/about-tabcontent-bg.png) no-repeat;
    display: none;
}
.about-section .sec-content h4 {
    color: #30599c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
}
.about-section .sec-content p {
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    line-height: 2;
}
.about-section .slide-img {
    padding-top: 64px;
}
.about-section .swiper-pagination-bullet {
    background-color: #30599c;
    opacity: 1;
    bottom: 45px;
}
.about-section .swiper-pagination-bullet-active {
    width: 70px;
    border-radius: 10px;
}

/* 企业经营文化*/
.culture-container {
    width: 100%;
    min-height: 840px;
    background: url(../images/about-b-bg.png) no-repeat 100% center;
}

.culture-content {
    padding-top: 60px;
}

/* 交发要闻 */
.jfyw-top {
    margin: 65px auto 80px;
}

.jfyw-img {
    width: 580px;
    height: 410px;
    display: none;
}
.jfyw-img:first-child {
    display: block;
}

.jfyw-list {
    width: -webkit-calc(100% - 612px);
    width: -moz-calc(100% - 612px);
    width: calc(100% - 612px);
}
.jfyw-list li {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 19px;
    padding-bottom: 19px;
}
.jfyw-list li h4 {
    font-size: 20px;
    width: 95%;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 5px;
}
.jfyw-list li p {
    color: #868686;
    line-height: 1.5;
}
.jfyw-list li.current {
    color: #30599c;
}
.jfyw-list li.current a p,
.jfyw-list li.current a h4 {
    color: var(--defaultHoverColor);
}
.jfyw-list li:nth-child(3) {
    border: none;
    margin-bottom: 0;
}
.jfyw-list .jfyw-list-more {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: right;
    font-size: 16px;
    color: #c1c1c1;
}
.jfyw-list .jfyw-list-more:hover {
    color: var(--defaultHoverColor);
}

.jfyw-images {
    min-height: 530px;
    background: url(../images/yw-bg1.png) no-repeat 100% center;
    padding: 80px 0;
}
.jfyw-images li {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    height: 186px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.jfyw-images li:nth-child(1),
.jfyw-images li:nth-child(7) {
    width: 300px;
}
.jfyw-images li:nth-child(2),
.jfyw-images li:nth-child(5) {
    width: 480px;
}
.jfyw-images li:nth-child(3),
.jfyw-images li:nth-child(4),
.jfyw-images li:nth-child(6) {
    width: 208px;
}
.jfyw-images li:hover {
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 视频区域 */
.jfyw-bottom {
    padding: 76px 0;
}
.jfyw-bottom .b-video {
    position: relative;
    width: 610px;
}
.jfyw-bottom .b-video .video-mark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
}
.jfyw-bottom .b-video .video-mark img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
}
.jfyw-bottom .b-video p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-right: 4em;
    text-indent: 2em;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.jfyw-bottom .b-list {
    width: -webkit-calc(100% - 620px);
    width: -moz-calc(100% - 620px);
    width: calc(100% - 620px);
}
.jfyw-bottom .b-list li {
    margin-bottom: 10px;
}
.jfyw-bottom .b-list li img {
    width: 192px;
    height: 108px;
}
.jfyw-bottom .b-list li a {
    width: -webkit-calc(100% - 202px);
    width: -moz-calc(100% - 202px);
    width: calc(100% - 202px);
}
.jfyw-bottom .b-list li a h4 {
    font-weight: bold;
    line-height: 1.8;
}
.jfyw-bottom .b-list li a p {
    font-size: 16px;
    line-height: 2;
}
.jfyw-bottom .b-list li.current img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.jfyw-bottom .b-list li.current a {
    color: var(--defaultHoverColor);
}
.jfyw-bottom .b-list li:last-child {
    margin-bottom: 0;
}

/* 公用列表 */
.breadcrumb .container {
    padding-top: 60px;
    height: 110px;
    border-bottom: 1px solid #d7d7d7;
}
.breadcrumb .container i {
    display: inline-block;
    width: 26px;
    height: 24px;
    vertical-align: top;
    margin-bottom: -2px;
    background: url(/statics/yntdi/images/address-icon.png) no-repeat;
}
.breadcrumb .container span {
    color: #666;
}

.list-main {
    padding: 50px 0 80px;
}
.list-main li {
    width: 100%;
    line-height: 42px;
    font-size: 18px;
    text-indent: 1.5em;
}
.list-main li a {
    position: relative;
    max-width: 80%;
    float: left;
}
.list-main li a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #333;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-main li span {
    float: right;
    color: #919191;
}
.list-main li:nth-child(5n) {
    margin-bottom: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e3e3e3;
}
.list-main li:last-child {
    border-bottom: none;
}
.list-main li:hover a {
    font-weight: bold;
}
.list-main li:hover a::before {
    background: var(--defaultHoverColor);
    width: 6px;
    height: 6px;
}

/* 网站地图 */
.ynjf-address {
    padding: 50px;
    background: #fff;
}
.ynjf-address .address-list h2 {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.ynjf-address .address-list h2 a {
    position: relative;
    font-weight: bold;
    font-size: 28px;
    color: var(--defaultHoverColor);
}
.ynjf-address .address-list h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffe5b4;
}
.ynjf-address .address-list h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 3px);
    -moz-transform: translate(-50%, 3px);
    -ms-transform: translate(-50%, 3px);
    -o-transform: translate(-50%, 3px);
    transform: translate(-50%, 3px);
    width: 120px;
    height: 6px;
    background: var(--defaultHoverColor);
    z-index: 999;
}
.ynjf-address .address-list .address-sub {
    margin: 40px 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #cfddf2;
}
.ynjf-address .address-list .address-sub ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.ynjf-address .address-list .address-sub li {
    float: left;
    margin-right: 40px;
}
.ynjf-address .address-list .address-sub li a {
    color: var(--defaultHoverColor);
}
.ynjf-address .address-list .address-sub li a:hover {
    font-weight: bold;
}

/* 网站声明 */
.ynjf-statemet {
    padding: 90px;
}
.ynjf-statemet h1 {
    line-height: 2.5;
    font-size: 32px;
    text-align: center;
}
.ynjf-statemet .name {
    text-align: right;
}
.ynjf-statemet p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.5px;
}

/* 面包屑导航 */
.breadcrumb {
    text-align: left;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 20px;
}
.breadcrumb i {
    display: inline-block;
    width: 26px;
    height: 24px;
    vertical-align: top;
    margin-bottom: -2px;
    background: url(/statics/yntdi/images/address-icon.png) no-repeat;
}
.breadcrumb a:hover {
    color: #015293;
}
.breadcrumb span {
    margin: 0 10px;
}

/* 公用文章页 */
.gd-show-main {
    position: relative;
    min-height: 910px;
}
.gd-show-main .gd-show-menu h1 {
    border-bottom: 2px solid var(--defaultTitleColor);
}
.gd-show-main .gd-show-menu a {
    font-size: 26px;
    line-height: 2;
}
.gd-show-main .show-title {
    padding: 1em 2em;
    line-height: 1.8;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.gd-show-main .show-name {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid var(--defaultLineColor);
    padding-bottom: 10px;
}
.gd-show-main .show-name dl {
    float: left;
    color: #666;
    font-size: 16px;
}
.gd-show-main .show-name dl dt,
.gd-show-main .show-name dl dd {
    float: left;
}
.gd-show-main .article-words {
    cursor: pointer;
}
.gd-show-main .article-words span {
    margin-right: 1em;
}
.gd-show-main .gd-article-content {
    padding: 32px 0;
}
.gd-show-main .gd-article-content .article-content {
    padding: 30px;
    margin-bottom: 30px;
}
.gd-show-main .gd-article-content .article-content img {
    width: auto;
}
.gd-show-main .gd-article-content .article-content a {
    font-size: inherit;
}
.gd-show-main .gd-article-content .article-content p a {
    color: var(--defaultTitleColor);
}
.gd-show-main .gd-article-content .article-content p,
.gd-show-main .gd-article-content .article-content span,
.gd-show-main .gd-article-content .article-content div {
    line-height: 38px;
}
.gd-show-main .printThis {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    margin: 0 auto 30px;
    width: 95%;
    min-height: 48px;
    line-height: 48px;
    padding-right: 97px;
    background: #ebebeb;
    text-align: right;
    color: #666;
}
.gd-show-main .printThis a {
    font-size: 16px;
}

/* 专题列表 */
.special-main {
    padding-bottom: 40px;
}
.special-main h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    margin: 50px 0;
    color: var(--defaultHoverColor);
    border-bottom: 2px solid var(--defaultHoverColor);
}
.special-main li {
    width: 380px;
    float: left;
    text-align: center;
    margin: 0 30px 30px 0;
}
.special-main li:nth-child(3n) {
    margin-right: 0;
}
.special-main li img {
    width: 100%;
    height: 150px;
}
.special-main li p {
    line-height: 2;
    font-size: 16px;
    padding: 0 10%;
}
.special-main li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* 专题内容 */
.special-common {
    margin-bottom: 20px;
}
.special-common .special-topImg {
    margin-top: 50px;
    height: 496px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.special-common .special-box .special-imgList {
    width: 300px;
}
.special-common .special-box .special-imgList H3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: var(--defaultHoverColor);
    border-bottom: 2px solid var(--defaultHoverColor);
}
.special-common .special-box .special-imgList H3 a {
    display: inline-block;
    float: right;
    font-size: 16px;
    padding-top: 15px;
    color: var(--defaultHoverColor);
}
.special-common .special-box .special-imgList li {
    height: 225px;
    padding: 20px 0 0;
}
.special-common .special-box .special-txtList {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}
.special-common .special-box .special-txtList H3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: var(--defaultHoverColor);
    border-bottom: 2px solid var(--defaultHoverColor);
}
.special-common .special-box .special-txtList H3 a {
    display: inline-block;
    float: right;
    font-size: 16px;
    padding-top: 15px;
    color: var(--defaultHoverColor);
}
.special-common .special-box .special-txtList li {
    padding: 40px 0 0 20px;
    height: 225px;
}
.special-common .special-box .special-txtList li h5 {
    font-weight: bold;
    line-height: 2;
    font-size: 22px;
    margin-bottom: 10px;
}
.special-common .special-box .special-txtList li p {
    line-height: 2;
}

/* 分页 */
#pages {
    padding: 14px 0 10px;
    font-family: SimSun;
    text-align: center;
    margin: 0 auto;
    clear: both;
    line-height: 35px;
}
#pages a {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    font-family: '微软雅黑';
}
#pages a.a1 {
    width: 75px;
    padding: 0;
}
#pages ahover {
    text-decoration: underline;
}
#pages span {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: var(--defaultHoverColor);
    border: 1px solid var(--defaultHoverColor);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px;
    font-family: '微软雅黑';
}

/* 媒体关注 */
.gz-list {
    padding: 50px 0;
    margin-bottom: 90px;
}
.gz-list li {
    width: 100%;
    line-height: 49px;
    font-size: 16px;
    text-indent: 1.5em;
}
.gz-list li a {
    position: relative;
    max-width: 80%;
    float: left;
}
.gz-list li a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #333;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gz-list li span {
    float: right;
    color: #919191;
}
.gz-list li:last-child {
    border-bottom: none;
}
.gz-list li:hover a {
    font-weight: bold;
}
.gz-list li:hover a::before {
    background: var(--defaultHoverColor);
    width: 6px;
    height: 6px;
}
.gz-list .gz-more {
    font-size: 16px;
    color: #c1c1c1;
    margin-top: 20px;
    float: right;
}
